Skip to content

Update Konflux references - #318

Merged
syedriko merged 1 commit into
mainfrom
konflux/references/main
Sep 8, 2026
Merged

syedriko merged 1 commit into
mainfrom
konflux/references/main

Conversation

@red-hat-konflux-kflux-prd-rh02

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
quay.io/konflux-ci/tekton-catalog/task-apply-tags (source, changelog) tekton-bundle patch 0.30.3.1
quay.io/konflux-ci/tekton-catalog/task-build-image-index (source, changelog) tekton-bundle digest c2cda69290c9ec
quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta (source, changelog) tekton-bundle patch 0.12.00.12.1
quay.io/konflux-ci/tekton-catalog/task-clamav-scan (source, changelog) tekton-bundle patch 0.3.20.3.3
quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks (source, changelog) tekton-bundle digest b961f8bc07d2be
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta (source, changelog) tekton-bundle digest 3bcd4c32e8fe30
quay.io/konflux-ci/tekton-catalog/task-init (source, changelog) tekton-bundle digest 5f687154be9343
quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta (source, changelog) tekton-bundle patch 0.10.10.10.2
quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta (source, changelog) tekton-bundle digest 393b4d0ef00a86
quay.io/konflux-ci/tekton-catalog/task-roxctl-scan (source, changelog) tekton-bundle digest 76ed85a97e2b2c
quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan (source, changelog) tekton-bundle digest f110c539ef4dab
quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta (source, changelog) tekton-bundle digest c06bee8afa8ba8
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta (source, changelog) tekton-bundle digest 97231d267a409d
quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta (source, changelog) tekton-bundle digest 6a7fbfa69d5fca
quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta (source, changelog) tekton-bundle patch 0.30.3.1

Release Notes

konflux-ci/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-apply-tags)

v0.3.1

Changed
  • Nothing. Started using semver specification for version labels.
konflux-ci/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta)

v0.12.1

Changed
  • Bump prepare-sboms step memory from 256Mi to 512Mi (requests = limits) to prevent OOM kills on large container images (GPU/ML, bootc, driver-toolkit).
  • Remove prepare-sboms CPU limit (was 100m) to allow burst CPU and prevent throttling. CPU requests remain at 100m.
konflux-ci/konflux-test-tasks (quay.io/konflux-ci/tekton-catalog/task-clamav-scan)

v0.3.3

Changed
  • Skip downloading OCI layers whose manifest annotations name only unscannable
    model-weight files (.safetensors, .gguf, .ggml, .pt, .pth, .onnx,
    .onnx_data / .onnx_data_*), using org.opencontainers.image.title and
    olot.layer.content.inlayerpath. Any other annotated layer is skipped when
    the OCI descriptor size is at least 2000MiB (slightly under ClamAV's ~2GiB
    MaxFileSize), regardless of extension. Layers without those annotations are
    still listed with --dry-run as in 0.3.2. The --dry-run skip uses the
    same name list.
konflux-ci/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta)

v0.10.2

konflux-ci/container-build-catalog (quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta)

v0.3.1

Changed
  • Nothing. Started using semver specification for version labels.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 05:00 AM and 11:59 PM, only on Saturday (* 5-23 * * 6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@syedriko
syedriko merged commit 4f5235e into main Sep 8, 2026
30 checks passed
syedriko added a commit that referenced this pull request Sep 17, 2026
* fix(deps): bump pypdf to >=6.14.2 for CVE fixes

LCORE-2903
Addresses CVE-2026-59935, CVE-2026-59936, CVE-2026-59937,
CVE-2026-59938 — infinite loops and memory exhaustion in pypdf.
Bumps transitive dep floor from 6.14.0 to 6.14.2 via explicit
constraint in pyproject.toml. Updates RHOAI CPU and CUDA lockfiles.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(deps): upgrade mcp to >=1.28.1 for 3 CVEs

LCORE-3207
Fixes CVE-2026-52869 (HTTP session hijack), CVE-2026-52870 (task access
control bypass), and CVE-2026-59950 (WebSocket origin validation bypass).
Bumps mcp from 1.28.0 in uv.lock, 1.27.2 (CPU) / 1.27.0 (CUDA) in
Konflux requirements to 1.28.1 across all lockfiles.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(deps): correct mcp==1.28.1 wheel sha256 hashes

LCORE-3207
Replace incorrect hashes in CPU and CUDA wheel requirement
files with the published PyPI hash matching uv.lock.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(deps): use RHOAI index hashes for mcp==1.28.1 wheels

LCORE-3207
Previous hashes were from PyPI, not from RHOAI index.
CPU uses build -2, CUDA uses build -8 — different sha256.

* Red Hat Konflux kflux-prd-rh02 update rag-content-cuda-12-9-0-8 (#269)

Signed-off-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>

* Red Hat Konflux kflux-prd-rh02 update rag-content-cpu-0-8 (#268)

Signed-off-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>

* Update Lightspeed Core 0.8 Konflux pipelines (#270)

* Migrate the integration test to Lightspeed Core 0.8 [main] (#271)

* LCORE-3058: Migrate the main and release/0.7 branches of rag-content to RHOAI 3.5 index + PyPI sdists [main] (#267)

* Migrate Llama Stack to OGX (#273)

* Set CPE labels to 0.8 [main] (#277)

* Update Konflux references (#282)

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>

* Only install CUDA RPMs in the non-hermetic build [main] (#288)

* Add the RHELAI RPM repo as used in the AIPCC base image [main] (#290)

* LCORE-3051: In the rag-content images, only install what is needed (#246)

* Update Konflux references (#293)

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>

* Migrate ITS from LLama Stack to OGX [main] (#296)

* LCORE-1426: Update generated lightspeed-stack.yaml to new unified RAG config format (#247)

Align config templates with the BYOK config refactoring in lightspeed-stack:
- byok_rag → rag.byok.stores
- rag_type → backend (faiss instead of inline::faiss, pgvector instead of remote::pgvector)
- rag.tool → rag.retrieval.tool.sources

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Update Konflux references (#300)

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>

* Update Konflux references (#306)

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>

* LCORE-3884: Remove support for the CUDA variant of rag-content from 0.7.0 forward [main] (#310)

* LCORE-3946: Bump OGX version to 1.2.5 in rag-content [main] (#312)

* Update Konflux references (#318)

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>

* LCORE-3962: Update the AIPCC base image in rag-content [main] (#315)

* Update Konflux references (#325)

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>

* LCORE-4169: Update CVEs (#328)

* feat(scripts): make generate-rpm-lock.sh macOS compatible

* deps(konflux): update base image

* deps(konflux): update packages

* removed 0.8 pipelines

* regenerated files

---------

Signed-off-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Co-authored-by: platex-rehor-bot <platform-experience-services@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Cesare Pompeiano <195810094+are-ces@users.noreply.github.com>
Co-authored-by: red-hat-konflux-kflux-prd-rh02[bot] <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Co-authored-by: Sergey Yedrikov <48031344+syedriko@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant